home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / games / zmud32.zip / ZMUD.EXE / 0 / RCDATA / TMAPPREF / TMAPPREF.txt
Text File  |  1996-08-04  |  17KB  |  614 lines

  1. object MapPref: TMapPref
  2.   Left = 228
  3.   Top = 106
  4.   Width = 304
  5.   Height = 300
  6.   Caption = 'Map Preferences'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object TabbedNotebook1: TTabbedNotebook
  17.     Left = 0
  18.     Top = 0
  19.     Width = 296
  20.     Height = 240
  21.     Align = alClient
  22.     TabFont.Color = clBtnText
  23.     TabFont.Height = -11
  24.     TabFont.Name = 'MS Sans Serif'
  25.     TabFont.Style = []
  26.     TabOrder = 0
  27.     OnChange = TabbedNotebook1Change
  28.     object TTabPage
  29.       Left = 4
  30.       Top = 24
  31.       Caption = 'Colors'
  32.       object Label1: TLabel
  33.         Left = 24
  34.         Top = 16
  35.         Width = 88
  36.         Height = 13
  37.         Caption = 'Background Color:'
  38.       end
  39.       object Label2: TLabel
  40.         Left = 24
  41.         Top = 40
  42.         Width = 58
  43.         Height = 13
  44.         Caption = 'Room Color:'
  45.       end
  46.       object Label3: TLabel
  47.         Left = 24
  48.         Top = 64
  49.         Width = 50
  50.         Height = 13
  51.         Caption = 'Line Color:'
  52.       end
  53.       object Label4: TLabel
  54.         Left = 24
  55.         Top = 112
  56.         Width = 59
  57.         Height = 13
  58.         Caption = 'Water Color:'
  59.       end
  60.       object Label5: TLabel
  61.         Left = 24
  62.         Top = 136
  63.         Width = 43
  64.         Height = 13
  65.         Caption = 'Fly Color:'
  66.       end
  67.       object Label6: TLabel
  68.         Left = 24
  69.         Top = 160
  70.         Width = 52
  71.         Height = 13
  72.         Caption = 'Trap Color:'
  73.       end
  74.       object Label7: TLabel
  75.         Left = 24
  76.         Top = 88
  77.         Width = 95
  78.         Height = 13
  79.         Caption = 'Current Room Color:'
  80.       end
  81.       object BackC: TPanel
  82.         Left = 140
  83.         Top = 12
  84.         Width = 22
  85.         Height = 22
  86.         TabOrder = 0
  87.         OnClick = BackCClick
  88.       end
  89.       object RoomC: TPanel
  90.         Tag = 1
  91.         Left = 140
  92.         Top = 36
  93.         Width = 22
  94.         Height = 22
  95.         TabOrder = 1
  96.         OnClick = BackCClick
  97.       end
  98.       object LineC: TPanel
  99.         Tag = 2
  100.         Left = 140
  101.         Top = 60
  102.         Width = 22
  103.         Height = 22
  104.         TabOrder = 2
  105.         OnClick = BackCClick
  106.       end
  107.       object WaterC: TPanel
  108.         Tag = 4
  109.         Left = 140
  110.         Top = 108
  111.         Width = 22
  112.         Height = 22
  113.         TabOrder = 3
  114.         OnClick = BackCClick
  115.       end
  116.       object FlyC: TPanel
  117.         Tag = 5
  118.         Left = 140
  119.         Top = 132
  120.         Width = 22
  121.         Height = 22
  122.         TabOrder = 4
  123.         OnClick = BackCClick
  124.       end
  125.       object TrapC: TPanel
  126.         Tag = 6
  127.         Left = 140
  128.         Top = 156
  129.         Width = 22
  130.         Height = 22
  131.         TabOrder = 5
  132.         OnClick = BackCClick
  133.       end
  134.       object CurrentC: TPanel
  135.         Tag = 3
  136.         Left = 140
  137.         Top = 84
  138.         Width = 22
  139.         Height = 22
  140.         TabOrder = 6
  141.         OnClick = BackCClick
  142.       end
  143.     end
  144.     object TTabPage
  145.       Left = 4
  146.       Top = 24
  147.       Caption = 'Triggers'
  148.       object Label8: TLabel
  149.         Left = 8
  150.         Top = 64
  151.         Width = 81
  152.         Height = 13
  153.         Caption = 'LOOK command:'
  154.       end
  155.       object Label10: TLabel
  156.         Left = 8
  157.         Top = 96
  158.         Width = 103
  159.         Height = 13
  160.         Caption = 'Can'#39't go that direction'
  161.       end
  162.       object Label9: TLabel
  163.         Left = 8
  164.         Top = 40
  165.         Width = 57
  166.         Height = 13
  167.         Caption = 'Exit Pattern:'
  168.       end
  169.       object Label14: TLabel
  170.         Left = 8
  171.         Top = 16
  172.         Width = 68
  173.         Height = 13
  174.         Caption = 'Room Pattern:'
  175.       end
  176.       object LookCmd: TEdit
  177.         Left = 96
  178.         Top = 62
  179.         Width = 177
  180.         Height = 21
  181.         TabOrder = 0
  182.       end
  183.       object Blocked: TEdit
  184.         Left = 8
  185.         Top = 110
  186.         Width = 265
  187.         Height = 21
  188.         TabOrder = 1
  189.       end
  190.       object ExitP: TEdit
  191.         Left = 96
  192.         Top = 38
  193.         Width = 177
  194.         Height = 21
  195.         TabOrder = 2
  196.       end
  197.       object RoomP: TEdit
  198.         Left = 96
  199.         Top = 14
  200.         Width = 177
  201.         Height = 21
  202.         TabOrder = 3
  203.       end
  204.       object ExitType: TRadioGroup
  205.         Left = 8
  206.         Top = 160
  207.         Width = 265
  208.         Height = 41
  209.         Caption = 'Exit types'
  210.         Columns = 2
  211.         ItemIndex = 0
  212.         Items.Strings = (
  213.           'Whole words'
  214.           'Single characters')
  215.         TabOrder = 4
  216.       end
  217.     end
  218.     object TTabPage
  219.       Left = 4
  220.       Top = 24
  221.       Caption = 'Full Parsing'
  222.       object Label11: TLabel
  223.         Left = 8
  224.         Top = 24
  225.         Width = 114
  226.         Height = 13
  227.         Caption = 'FULL Parsing order:'
  228.         Font.Color = clWindowText
  229.         Font.Height = -11
  230.         Font.Name = 'MS Sans Serif'
  231.         Font.Style = [fsBold]
  232.         ParentFont = False
  233.       end
  234.       object Label12: TLabel
  235.         Left = 8
  236.         Top = 176
  237.         Width = 267
  238.         Height = 13
  239.         Caption = 'Drag elements from the list on the right into the box at left'
  240.       end
  241.       object Label13: TLabel
  242.         Left = 24
  243.         Top = 190
  244.         Width = 209
  245.         Height = 13
  246.         Caption = 'Use the buttons to re-order the list on the left'
  247.       end
  248.       object ParseOrder: TListBox
  249.         Left = 8
  250.         Top = 40
  251.         Width = 145
  252.         Height = 97
  253.         ItemHeight = 13
  254.         TabOrder = 0
  255.         OnDragDrop = ParseOrderDragDrop
  256.         OnDragOver = ParseOrderDragOver
  257.       end
  258.       object RoomName: TPanel
  259.         Tag = 1
  260.         Left = 168
  261.         Top = 40
  262.         Width = 113
  263.         Height = 22
  264.         Alignment = taLeftJustify
  265.         DragMode = dmAutomatic
  266.         Caption = '  Room name'
  267.         TabOrder = 1
  268.       end
  269.       object RoomDesc: TPanel
  270.         Tag = 2
  271.         Left = 167
  272.         Top = 64
  273.         Width = 113
  274.         Height = 22
  275.         Alignment = taLeftJustify
  276.         DragMode = dmAutomatic
  277.         Caption = '  Room description'
  278.         TabOrder = 2
  279.       end
  280.       object RoomExit: TPanel
  281.         Tag = 3
  282.         Left = 167
  283.         Top = 88
  284.         Width = 113
  285.         Height = 22
  286.         Alignment = taLeftJustify
  287.         DragMode = dmAutomatic
  288.         Caption = '  Room exits'
  289.         TabOrder = 3
  290.       end
  291.       object BlankLine: TPanel
  292.         Tag = 4
  293.         Left = 167
  294.         Top = 112
  295.         Width = 113
  296.         Height = 22
  297.         Alignment = taLeftJustify
  298.         DragMode = dmAutomatic
  299.         Caption = '  Blank line'
  300.         TabOrder = 4
  301.       end
  302.       object SkipLine: TPanel
  303.         Tag = 5
  304.         Left = 167
  305.         Top = 136
  306.         Width = 113
  307.         Height = 22
  308.         Alignment = taLeftJustify
  309.         DragMode = dmAutomatic
  310.         Caption = '  Skip line'
  311.         TabOrder = 5
  312.       end
  313.       object UpBtn: TBitBtn
  314.         Left = 8
  315.         Top = 143
  316.         Width = 27
  317.         Height = 27
  318.         Hint = 'Move Line Up|'
  319.         ParentShowHint = False
  320.         ShowHint = True
  321.         TabOrder = 6
  322.         OnClick = UpBtnClick
  323.         Glyph.Data = {
  324.           90010000424D9001000000000000760000002800000020000000100000000100
  325.           0400000000000001000000000000000000000000000000000000000000000000
  326.           80000080000000808000800000008000800080800000C0C0C000808080000000
  327.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  328.           3333333333333333333333333333333333333333333333333333333333333333
  329.           333333333333333333333333333333333333333333333333333333E444444444
  330.           44433338FFFFFFFFFFFF33E6666666666643333833333333333F333E66666666
  331.           643333338333333333F33333E666666643333333383333333F3333333E666664
  332.           3333333333833333F333333333E66643333333333338333F33333333333E6433
  333.           33333333333383F3333333333333E33333333333333338333333333333333333
  334.           3333333333333333333333333333333333333333333333333333333333333333
  335.           3333333333333333333333333333333333333333333333333333000000000000
  336.           0000000000000000000000000000000000000000}
  337.         Margin = 3
  338.         NumGlyphs = 2
  339.         Spacing = -1
  340.         IsControl = True
  341.       end
  342.       object DownBtn: TBitBtn
  343.         Left = 38
  344.         Top = 143
  345.         Width = 27
  346.         Height = 27
  347.         Hint = 'Move Line Down|'
  348.         ParentShowHint = False
  349.         ShowHint = True
  350.         TabOrder = 7
  351.         OnClick = DownBtnClick
  352.         Glyph.Data = {
  353.           90010000424D9001000000000000760000002800000020000000100000000100
  354.           0400000000000001000000000000000000000000000000000000000000000000
  355.           80000080000000808000800000008000800080800000C0C0C000808080000000
  356.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  357.           3333333333333333333333333333333333333333333333333333333333333333
  358.           333333333333333333333333333343333333333333333F333333333333346433
  359.           333333333333F383333333333346664333333333333F33383333333334666664
  360.           3333333333F333338333333346666666433333333F3333333833333466666666
  361.           64333333F3333333338333E6666666666643333F33333333333833EEEEEEEEEE
  362.           EE43333FFFFFFFFFFFF833333333333333333333333333333333333333333333
  363.           3333333333333333333333333333333333333333333333333333333333333333
  364.           3333333333333333333333333333333333333333333333333333000000000000
  365.           0000000000000000000000000000000000000000}
  366.         Margin = 3
  367.         NumGlyphs = 2
  368.         Spacing = -1
  369.         IsControl = True
  370.       end
  371.       object DelBtn: TBitBtn
  372.         Left = 68
  373.         Top = 143
  374.         Width = 27
  375.         Height = 27
  376.         Hint = 'Delete line|'
  377.         TabOrder = 8
  378.         OnClick = DelBtnClick
  379.         Glyph.Data = {
  380.           78010000424D7801000000000000760000002800000020000000100000000100
  381.           04000000000000000000120B0000120B00000000000000000000000000000000
  382.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  383.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  384.           3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  385.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  386.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  387.           333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  388.           03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  389.           33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  390.           0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  391.           3333333337FFF7F33333333330000033333333333777773333330000}
  392.         NumGlyphs = 2
  393.         Spacing = -1
  394.         IsControl = True
  395.       end
  396.     end
  397.     object TTabPage
  398.       Left = 4
  399.       Top = 24
  400.       Caption = 'Brief Parsing'
  401.       object Label15: TLabel
  402.         Left = 8
  403.         Top = 24
  404.         Width = 120
  405.         Height = 13
  406.         Caption = 'BRIEF Parsing order:'
  407.         Font.Color = clWindowText
  408.         Font.Height = -11
  409.         Font.Name = 'MS Sans Serif'
  410.         Font.Style = [fsBold]
  411.         ParentFont = False
  412.       end
  413.       object Label16: TLabel
  414.         Left = 8
  415.         Top = 176
  416.         Width = 267
  417.         Height = 13
  418.         Caption = 'Drag elements from the list on the right into the box at left'
  419.       end
  420.       object Label17: TLabel
  421.         Left = 24
  422.         Top = 190
  423.         Width = 209
  424.         Height = 13
  425.         Caption = 'Use the buttons to re-order the list on the left'
  426.       end
  427.       object BriefParse: TListBox
  428.         Left = 8
  429.         Top = 40
  430.         Width = 145
  431.         Height = 97
  432.         ItemHeight = 13
  433.         TabOrder = 0
  434.         OnDragDrop = BriefParseDragDrop
  435.         OnDragOver = ParseOrderDragOver
  436.       end
  437.       object BitBtn3: TBitBtn
  438.         Left = 8
  439.         Top = 143
  440.         Width = 27
  441.         Height = 27
  442.         Hint = 'Move Line Up|'
  443.         ParentShowHint = False
  444.         ShowHint = True
  445.         TabOrder = 1
  446.         OnClick = BitBtn3Click
  447.         Glyph.Data = {
  448.           90010000424D9001000000000000760000002800000020000000100000000100
  449.           0400000000000001000000000000000000000000000000000000000000000000
  450.           80000080000000808000800000008000800080800000C0C0C000808080000000
  451.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  452.           3333333333333333333333333333333333333333333333333333333333333333
  453.           333333333333333333333333333333333333333333333333333333E444444444
  454.           44433338FFFFFFFFFFFF33E6666666666643333833333333333F333E66666666
  455.           643333338333333333F33333E666666643333333383333333F3333333E666664
  456.           3333333333833333F333333333E66643333333333338333F33333333333E6433
  457.           33333333333383F3333333333333E33333333333333338333333333333333333
  458.           3333333333333333333333333333333333333333333333333333333333333333
  459.           3333333333333333333333333333333333333333333333333333000000000000
  460.           0000000000000000000000000000000000000000}
  461.         Margin = 3
  462.         NumGlyphs = 2
  463.         Spacing = -1
  464.         IsControl = True
  465.       end
  466.       object BitBtn4: TBitBtn
  467.         Left = 38
  468.         Top = 143
  469.         Width = 27
  470.         Height = 27
  471.         Hint = 'Move Line Down|'
  472.         ParentShowHint = False
  473.         ShowHint = True
  474.         TabOrder = 2
  475.         OnClick = BitBtn4Click
  476.         Glyph.Data = {
  477.           90010000424D9001000000000000760000002800000020000000100000000100
  478.           0400000000000001000000000000000000000000000000000000000000000000
  479.           80000080000000808000800000008000800080800000C0C0C000808080000000
  480.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  481.           3333333333333333333333333333333333333333333333333333333333333333
  482.           333333333333333333333333333343333333333333333F333333333333346433
  483.           333333333333F383333333333346664333333333333F33383333333334666664
  484.           3333333333F333338333333346666666433333333F3333333833333466666666
  485.           64333333F3333333338333E6666666666643333F33333333333833EEEEEEEEEE
  486.           EE43333FFFFFFFFFFFF833333333333333333333333333333333333333333333
  487.           3333333333333333333333333333333333333333333333333333333333333333
  488.           3333333333333333333333333333333333333333333333333333000000000000
  489.           0000000000000000000000000000000000000000}
  490.         Margin = 3
  491.         NumGlyphs = 2
  492.         Spacing = -1
  493.         IsControl = True
  494.       end
  495.       object BitBtn5: TBitBtn
  496.         Left = 68
  497.         Top = 143
  498.         Width = 27
  499.         Height = 27
  500.         Hint = 'Delete line|'
  501.         TabOrder = 3
  502.         OnClick = BitBtn5Click
  503.         Glyph.Data = {
  504.           78010000424D7801000000000000760000002800000020000000100000000100
  505.           04000000000000000000120B0000120B00000000000000000000000000000000
  506.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  507.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  508.           3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  509.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  510.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  511.           333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  512.           03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  513.           33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  514.           0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  515.           3333333337FFF7F33333333330000033333333333777773333330000}
  516.         NumGlyphs = 2
  517.         Spacing = -1
  518.         IsControl = True
  519.       end
  520.       object Panel2: TPanel
  521.         Tag = 1
  522.         Left = 168
  523.         Top = 40
  524.         Width = 113
  525.         Height = 22
  526.         Alignment = taLeftJustify
  527.         DragMode = dmAutomatic
  528.         Caption = '  Room name'
  529.         TabOrder = 4
  530.       end
  531.       object Panel3: TPanel
  532.         Tag = 2
  533.         Left = 167
  534.         Top = 64
  535.         Width = 113
  536.         Height = 22
  537.         Alignment = taLeftJustify
  538.         DragMode = dmAutomatic
  539.         Caption = '  Room description'
  540.         TabOrder = 5
  541.       end
  542.       object Panel4: TPanel
  543.         Tag = 3
  544.         Left = 167
  545.         Top = 88
  546.         Width = 113
  547.         Height = 22
  548.         Alignment = taLeftJustify
  549.         DragMode = dmAutomatic
  550.         Caption = '  Room exits'
  551.         TabOrder = 6
  552.       end
  553.       object Panel5: TPanel
  554.         Tag = 4
  555.         Left = 167
  556.         Top = 112
  557.         Width = 113
  558.         Height = 22
  559.         Alignment = taLeftJustify
  560.         DragMode = dmAutomatic
  561.         Caption = '  Blank line'
  562.         TabOrder = 7
  563.       end
  564.       object Panel6: TPanel
  565.         Tag = 5
  566.         Left = 167
  567.         Top = 136
  568.         Width = 113
  569.         Height = 22
  570.         Alignment = taLeftJustify
  571.         DragMode = dmAutomatic
  572.         Caption = '  Skip line'
  573.         TabOrder = 8
  574.       end
  575.     end
  576.   end
  577.   object Panel1: TPanel
  578.     Left = 0
  579.     Top = 240
  580.     Width = 296
  581.     Height = 33
  582.     Align = alBottom
  583.     BevelOuter = bvNone
  584.     TabOrder = 1
  585.     object OKBtn: TBitBtn
  586.       Left = 128
  587.       Top = 6
  588.       Width = 75
  589.       Height = 25
  590.       Caption = 'OK'
  591.       Default = True
  592.       ModalResult = 1
  593.       TabOrder = 0
  594.       OnClick = OKBtnClick
  595.       NumGlyphs = 2
  596.     end
  597.     object CancelBtn: TBitBtn
  598.       Left = 208
  599.       Top = 6
  600.       Width = 75
  601.       Height = 25
  602.       Cancel = True
  603.       Caption = 'Cancel'
  604.       ModalResult = 2
  605.       TabOrder = 1
  606.       NumGlyphs = 2
  607.     end
  608.   end
  609.   object ColorDialog1: TColorDialog
  610.     Ctl3D = True
  611.     Left = 388
  612.   end
  613. end
  614.